projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0715a41
)
(locate): Output from shell-command should go in the current buffer
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 20 Apr 2007 13:58:01 +0000
(13:58 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 20 Apr 2007 13:58:01 +0000
(13:58 +0000)
rather than *Shell Command Output*.
lisp/locate.el
patch
|
blob
|
history
diff --git
a/lisp/locate.el
b/lisp/locate.el
index e8dafa79048ba7c1db481c5fdee4e65697f50aab..ef7b05ee50988f607823fd6dba565b2b9ec79fb6 100644
(file)
--- a/
lisp/locate.el
+++ b/
lisp/locate.el
@@
-310,7
+310,7
@@
the docstring of that function for its meaning."
(set (make-local-variable 'locate-current-filter) filter)
(if run-locate-command
- (shell-command search-string)
+ (shell-command search-string
(current-buffer)
)
(apply 'call-process locate-cmd nil t nil locate-cmd-args))
(and filter